/* ===== NAVIGATION START ======*/
.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}
.blue-back{
    background-color: transparent;
    border-color: transparent;
}

.explore-max {
    max-height: 85px;
    position: absolute;
    top: 370px;
    left: 13px;
}
.navbar li a, .navbar {
    color: white !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: white !important;
}
/* ===== NAVIGATION CLOSE ======*/


.color-red {
    color: blue;
    text-decoration: underline;
}
.make-blue-background {
    background-color: #0E93F3;
    color: white;
}
.background-color-white{
    color: black;
    background-color: white;
}

/*font size class*/
.font-seventy {
    font-size: 5.46875vw !important;
    font-weight: 500;
}
.font-thirty{
    font-size: 30px;
}


/*text class*/
.text-color{
    color: #FFFFFF !important;
}
.text-color-black{
    color: black;
    line-height: 20px;
}

/*min height class*/
.max-height-ninty-three{
    min-height: 85px;
}
.min-height-three-fifty{
    min-height: 350px;
}
.min-height-two-five{
    min-height: 205px;
}

/*border class*/
.border-left-only{
    border-left:2px solid white ;
}
.border-grey-all {
    border: 1px solid lightgrey;
}
.box-shadow{
    box-shadow: 0 4px 35px 0 rgba(0,0,0,0.2);
}
.hr-border-color{
    margin-top: 50px;
}
.make-bottom-border-blue {
    border-bottom: 2px solid #2A86EF;
}

/*padding class*/
.padding-bottom-ten{
    padding-bottom: 10px;
}
.padding-top-ten{
    padding-top: 10px;
}
.padding-all-fifty{
    padding: 50px 50px;
}
.padding-zero{
    padding: 0px 0px;
}

/*margin class*/
.margin-bottom-ten{
    margin-bottom: 10px;
}
.margin-top-ten{
    margin-top: 10px;
}
.margin-top-bottom{
    margin: 20px 90px;
}
.margin-all-fifty{
    margin: 50px 50px;
}

.overflow-div{
    position: absolute;
    overflow: visible;
    z-index: 1;
    right: 300px;
    top: 75px;
}
.carousel-caption{
    padding-bottom: 150px !important;
}
.carousel-href{
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 8px;
    color: white;
}
.carousel-indicators {
    display: none;
}
.min-max-height-one-eighty-five{
    min-height: 185px;
    max-height: 185px;
}
#exploresmallimages{
    height: 58px !important;
}